home *** CD-ROM | disk | FTP | other *** search
/ WinDesk 95 - An MPC Encyclopedia / WinDesk 95 - An MPC Encyclopedia.iso / power / wot11.000 / install.bat < prev    next >
DOS Batch File  |  1995-12-05  |  1KB  |  42 lines

  1. @echo off
  2. echo.World of Tarot - Shareware installation
  3. echo.
  4. echo.
  5. echo Beginning to install to \WOT directory
  6. echo abort by pressing CTRL-C or press any key to continue ...
  7. pause >nul
  8. md \WOT
  9. md \wot\help
  10. md \wot\data
  11. md \wot\decks
  12. md \wot\decks\experime
  13. md \wot\decks\experime\small
  14. copy *.jpg        \wot\decks\experime\small
  15. del \wot\decks\experime\small\opening.jpg
  16. copy opening.jpg  \wot\data
  17. copy spreads.dat  \wot\data
  18. copy license.txt  \wot\data
  19. copy pull.wav     \wot\data
  20. copy turn.wav     \wot\data
  21. copy exper-en.id  \wot\data
  22. REM Either one of the following 3 files is needed
  23. REM the other COPY commands are just "running empty"
  24. copy share.hlp       \wot\help
  25. copy share-en.hlp    \wot\help
  26. copy tarot-en.hlp    \wot\help  
  27. copy exper-en.hlp \wot\help
  28. copy wecjlib.dll  \wot
  29. copy vendor.doc   \wot
  30. copy helpmap.inc  \wot
  31. copy wotshare.exe \wot
  32. copy file_id.diz  \wot
  33. copy readme.1st   \wot
  34. echo.
  35. echo.
  36. echo. Ready!
  37. echo. You may delete the temporary dir now.
  38. echo.
  39. echo. Proceed as outlined in readme.1st with
  40. echo. the Windows installation.
  41.                    
  42.